Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update angularmaterial monorepo to v13.3.9 #151

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cdk 13.0.0 -> 13.3.9 age adoption passing confidence
@angular/material 13.0.0 -> 13.3.9 age adoption passing confidence

Release Notes

angular/components (@​angular/cdk)

v13.3.9

Compare Source

material
Commit Type Description
2443607fbf fix datepicker: page scrolling for fast keyboard repeat (#​24991)

Special Thanks

Kristiyan Kostadinov

v13.3.8

Compare Source

material
Commit Type Description
8611a742b fix tabs: ensure the ink bar realigns when the tab header items have changed in dimensions (#​24885)
material-experimental
Commit Type Description
7386fe865 fix mdc-checkbox: Use cursor:pointer for label (#​24927)
multiple
Commit Type Description
a7ee8a80b fix fix focus and hover styles for mdc-checkbox and mdc-radio (#​24930)
b8fddd60c fix fix style imports and deps for mdc-checkbox and mdc-radio (#​24972)

Special Thanks

Joey Perrott, Miles Malerba, Vaughan Hilts and Wagner Maciel

v13.3.7

Compare Source

material
Commit Type Description
0bede63d33 fix datepicker: add ability to have numeric zero value in input (#​24813)
7a122f7f03 fix expansion: inconsistent spacing for anchor buttons (#​24882)
e486ed93e4 fix menu: focus the first item when opening menu on iOS VoiceOver (#​24733)

Special Thanks

Dmytro Prokhorov, Kristiyan Kostadinov and Zach Arend

v13.3.6

Compare Source

material
Commit Type Description
6a0e6ba510 fix menu: add constructor overloads for non-deprecated signatures (#​24860)
material-experimental
Commit Type Description
8ca629dc7e fix mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#​24757)
d6f9db37b0 fix mdc-table: add inherit background to rows (#​24867)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

v13.3.5

Compare Source

cdk
Commit Type Description
68d09ddecd fix overlay: animations interrupted on repeat insertions (#​24815)
material
Commit Type Description
86a1e8c7be fix autocomplete: outside click in Angular zone. (#​24817)
material-experimental
Commit Type Description
b16a33dbb2 fix mdc-slider: remove pointerdown passive eve… (#​24766)
6603bd5ec6 fix mdc-snack-bar: avoid querying the DOM on each change detection (#​24770)

Special Thanks

Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Paul Gschwendtner, Ruslan Lekhman, Sukka and Wagner Maciel

v13.3.4

Compare Source

cdk
Commit Type Description
eef47579f fix portal: prevent calling ApplicationRef.detachView on destroyed instance (#​24775)

Special Thanks

Andrew Kushnir, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

v13.3.3

Compare Source

cdk
Commit Type Description
949e3c7fbc fix a11y: visually hidden element affecting scrolling (#​24620)
material
Commit Type Description
1e010a3624 fix checkbox: add the boolean property coercion for checked input (#​20645)
6c65b1d703 fix chips: prevent default behavior on remove button (#​24722)
4501b2518d fix datepicker: avoid rerender when min/maxDate changes to different time on the same day (#​24434)
aae60833eb fix list: wrong order of arguments when calling custom compareWith function (#​24743)
68c5e870bd fix select: empty space read out by VoiceOver on Chrome (#​24741)
0d1755d566 fix snack-bar: update generic types for openFromComponent (#​24634)
b83d225b33 fix tabs: wrong scroll distance if selected tab is removed (#​24118)
ca30f426a9 perf progress-bar: do not run change detection if there are no animationEnd listeners (#​24673)

Special Thanks

Artur Androsovych, Georgian Stan, Klemen Oslaj, Kristiyan Kostadinov, Michael Doner, Pascal Weyrich, Paul Gschwendtner, RobStrader and Zach Arend

v13.3.2

Compare Source

cdk
Commit Type Description
48968719fc fix a11y: live announcer promise never resolved if new announcement comes in (#​24700)
e9734a9c66 fix testing: entering negative number values not working with reactive forms (#​24656)
material
Commit Type Description
c677f11ed8 fix button-toggle: ripples not clipping correctly in safari (#​12311)
20af3e7c9d fix chips: ripple not clipped on safari (#​21495)
d04e7c9b69 fix core: unable to override tag selectors inside .mat-typography (#​14617)
9490a31641 fix list: not working correctly when list item is used as a button (#​13617)
b07ae4ccc4 fix menu: clicks on disabled item closing the menu (#​19183)
e85777712a fix radio: set tabindex based on selected state (#​18081)
7f274dc96f fix snack-bar: ensure that the snack bar always runs inside the NgZone (#​24611)
a5aa87502b fix tabs: focus wrapping back to selected label when using shift + tab (#​14194)
04f4937b75 fix tabs: update tab state when active tab is swapped out (#​24164)
material-experimental
Commit Type Description
a704913d2b fix mdc-button: extended fab touch target not covering entire button (#​24322)
23e7b8e6c1 fix mdc-chips: make it easier to customize chip typography (#​24632)
518022288b fix mdc-chips: Mirror aria-describedby to matChipInput (#​24551)
9497b02f8b fix mdc-slider: update layout when container resizes (#​24648)
e5c025dff4 fix mdc-slider: use passive event listeners (#​24675)

Special Thanks

Artur Androsovych, ByzantineFailure, David Gonzalez, Dilyorbek, Kristiyan Kostadinov, Naveen, Paul Gschwendtner, Raí Siqueira, Shivam Sethi, Wagner Maciel and Zach Arend

v13.3.1

Compare Source

cdk
Commit Type Description
cf24b704d fix schematics: mark ng-add schematics as hidden
4a4ebe7df perf scrolling: do not run change detection if there are no viewChange listeners (#​23987)
material
Commit Type Description
0897f49d7 fix autocomplete: re-enter the Angular zone when the NgZone.onStable emits (#​24569)
51ddecbbb fix checkbox: model value not updated when using toggle method (#​11902)
174871713 fix input: resolve memory leak on iOS (#​24599)
eed36b3ba fix schematics: mark ng-add schematics as hidden
240b238f9 fix select: NVDA reading out table when opening select on Chrome (#​23446)
e04b7aeee fix select: value set through property not being propagated to value accessor (#​10246)
5e5b296bf perf icon: remove IE workaround (#​24514)
material-experimental
Commit Type Description
b09c7427c fix mdc-chips: replace innerText w/ textContent (#​24635)
multiple
Commit Type Description
0a3c7d7c4 fix memory leak when forcing focus (#​24520)

Special Thanks

Alan Agius, Artur Androsovych, CommanderRoot, Jeremy Elbourn, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner, Wagner Maciel and tomicarsk6

v13.3.0

Compare Source

cdk
Commit Type Description
e4c64dd56 fix drag-drop: only block dragstart event on event targets (#​24581)
material
Commit Type Description
33d07df95 fix badge: ensure overflow visible (#​24602)
dfef17351 fix datepicker: fix Voiceover losing focus on PageDown (#​24399)
1703b83ae fix datepicker: use cdk-visually-hidden on calendar header (#​24523)
41320d07e fix tabs: avoid timeouts in background tabs (#​24000)
material-experimental
Commit Type Description
097ec0d11 fix mdc-core: add app background color (#​22992)
15a0676d5 fix mdc-radio: add hover indication (#​24595)

Special Thanks

Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

v13.2.6

Compare Source

cdk
Commit Type Description
39929a815d fix overlay: backdrop timeouts not being cleared in some cases (#​23972)
2f2b0c7cf4 fix testing: dispatch mouseover and mouseout events in UnitTestElement (#​24490)
edca54f2d0 fix testing: require at least one argument for locator functions (#​23619)
material
Commit Type Description
c4993ac171 fix button: avoid setting a tabindex on all link buttons (#​22901)
c47d30e0e5 fix dialog: don't wait for animation before moving focus (#​24121)
70b8248568 fix expansion: able to tab into descendants with visibility while closed (#​24045)
d22d73ab8d fix select: disabled state out of sync when swapping form group with a disabled one (#​17872)
911d6b71d4 fix slide-toggle: clear name from host node (#​15505)
4b5363d160 fix tooltip: decouple removal logic from change detection (#​19432)
material-experimental
Commit Type Description
8414646d79 fix mdc-card: remove extra margin if header doesn't have an avatar (#​19072)
f66486dc5b fix mdc-slider: fix a few null pointer exceptions (#​23659)
multiple
Commit Type Description
6ee0089ce6 fix don't block child component animations on open (#​24529)

Special Thanks

Andrew Seguin, Jeri Peier, Kristiyan Kostadinov and Paul Gschwendtner

v13.2.5

Compare Source

cdk
Commit Type Description
9e34a0f69f fix drag-drop: error if preview dimensions are accessed too early (#​24498)
9be3c46b01 fix testing: TestElement sendKeys method should throw if no keys have been specified (#​18271)
8e57a89cba perf overlay: add event listeners for overlay dispatchers outside of zone (#​24408)
material
Commit Type Description
ed2f516401 fix autocomplete: auto-highlighted first option not display correctly if the floating label is disabled (#​14507)
502102116e fix autocomplete: don't block default arrow keys when using modifiers (#​11987)
f31fd3f066 fix autocomplete: reopen panel on input click (#​16020)
5a79042d7d fix button-toggle: use solid border color (#​14253)
e2d4eecfcb fix checkbox: inconsistent disabled color (#​23083)
005ec323de fix checkbox: incorrect text color when placed inside an overlay with a dark theme (#​19054)
d7cbd1315f fix datepicker: matDatepickerParse error not being added on first invalid value (#​11524)
046022f31d fix datepicker: use aria-live over cdkAriaLive on period button (#​24398)
37f69dbf7e fix dialog: use passed in ComponentFactoryResolver to resolve dialog content (#​17710)
2e15f54a9f fix menu: focus lost if active item is removed (#​14039)
ea07fa8e64 fix progress-spinner: unable to change mode on spinner directive (#​14514)
1a498a6a81 fix sort: remove role from header when disabled (#​24477)
72019531db fix tooltip: don't hide when pointer moves to tooltip (#​24475)
material-experimental
Commit Type Description
7b85cc077c fix mdc-button: density styles being overwritten by structural styles (#​22736)
aeb1426e4c fix mdc-chips: expose avatar harness (#​24499)

Special Thanks

Andrew Seguin, Artur Androsovych, Jeri Peier, Kristiyan Kostadinov, Paul Gschwendtner, Yousaf Nawaz and Zach Arend

v13.2.4

Compare Source

cdk
Commit Type Description
74bae85bc5 fix drag-drop: incorrectly sorting element inside dialog with blocked scrolling (#​14806)
81898ca5f6 fix drag-drop: stop pointer events on placeholder (#​24404)
material
Commit Type Description
6b76469b4a fix autocomplete: closing immediately when input is focused programmatically (#​21081)
3ea76419c8 fix autocomplete: use narrow value for aria-haspopup (#​15361)
9a12eabf6b fix button-toggle: unable to override elevation and high contrast styling applied incorrectly (#​14722)
cbd4b0ce4f fix checkbox: clear static aria attributes from host nodes (#​17092)
f6eaa7c1cf fix form-field: use correct color for form fields in high contrast mode (#​24422)
39d7834797 fix radio: clicks not propagating to wrapper elements (#​24459)
5988b8f77b fix radio: not checked on first click if partially visible (#​19505)
33716f124b fix select: arrow highlighted state not updating in Safari (#​15281)
fc204e4f4d fix sidenav: prevent focus from entering hidden sidenav if child element has a visibility
5e41a0ad09 fix tabs: use buttons for paginator also tab-header and mdc (#​24338)
material-experimental
Commit Type Description
4198f5b5dc fix mdc-dialog: align change detection with non-MDC version (#​24451)
45836f924d fix mdc-list: fix typo in action-list css class (#​24448)
7ca02495cd fix mdc-list: use body-1 rather than subtitle-1 typography for list items (#​24417)
c9a15476e8 fix mdc-select: target correct element with typography (#​24258)
bd3f39fb15 perf mdc-table: reduce bundle size (#​24309)

Special Thanks

Alireza Ebrahimkhani, Arthur Ming, Jeri Peier, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and renovate[bot]

v13.2.3

Compare Source

material
Commit Type Description
2c73b2df6 fix menu: position classes not update when window is resized (#​24385)
cdk-experimental
Commit Type Description
8c632ee87 fix column-resize: Fix bug in hover logic introduced by IE cleanup (#​24396)

Special Thanks

Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and Zack Elliott

v13.2.2

Compare Source

cdk
Commit Type Description
4b6e83274 fix scrolling: fix scrolling in appendOnly mode (#​24153)
material
Commit Type Description
f5199eeeb fix datepicker: fix improper focus trapping with VoiceOver and ChromeVox (#​24300)
a72bcbe50 fix datepicker: remove abbr from day of week header (#​24106)
material-experimental
Commit Type Description
3bbcb444f fix mdc-checkbox: add missing classes for checked (#​24350)
material-experiental
Commit Type Description
70bec6054 fix mdc-list: update material-components-web to pick up multi-select list keyboard support (#​24354)

Special Thanks

Alan Agius, Artur Androsovych, Chabbey François, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and renovate[bot]

v13.2.1

Compare Source

cdk
Commit Type Description
70d1634e70 fix a11y: allow for multiple browser-generated description containers (#​23507)
material
Commit Type Description
d8ddfb04ca fix datepicker: content overflowing when large custom header is provided (#​24255)
d7fe423a3e fix menu: adjust overlay size when amount of items changes (#​21457)
974d330dc8 fix slider: Ticks updated wrongly if the max property 0 (#​24218)
a634505190 fix tabs: use buttons for paginator (#​14640)
cdk-experimental
Commit Type Description
7aff50a6d8 fix menu: keep context menus open when mouse is released (#​24308)
material-experimental
Commit Type Description
c02c43a2b9 fix mdc-button: align outline color with spec (#​24249)
5d7d6ea107 perf mdc-list: reduce bundle size (#​24291)
multiple
Commit Type Description
b32d8d1624 perf Remove IE 11 cruft from table, column-resize, and popover-edit. (#​23900)

Special Thanks

Dmytro Mezhenskyi, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and ram

v13.2.0

Compare Source

material
Commit Type Description
b9a3908fcf feat tabs: add API to update the pagination (#​23288)
f10d245cca feat tabs: label & body classes (#​23691)
ea78a473a1 feat tabs: Refactor MatTabNav to follow the ARIA tabs pattern (#​24062)
337634f899 fix chips: don't stop propagation on all click events (#​19763)
2b6739742b fix datepicker: change calendar cells to buttons (#​24171)
c55524a8eb fix list: add isDisabled to all list item harnesses (#​24212)
fa7cd154d0 fix list: fix duplicate focus with chromevox on action-list items (#​23361)
0477022d2c fix slide-toggle: remove divs nested inside label (#​21224)
google-maps
Commit Type Description
e6359cdc67 feat allow for info window focus behavior to be customized (#​23831)
material-experimental
Commit Type Description
c5482c945f feat mdc-chips: switch to evolution API (#​23931)
723b77ad1f feat mdc-core: add missing color, density, typography mixins (#​24063)
407682012d feat mdc-form-field: Add option for dynamic su… (#​24241)
871a500fb8 feat mdc-list: rework API to support secondary text with wrapping
b0f38b7a64 fix mdc-button: remove unwanted native button styles (#​24186)
c9ab38bcae fix mdc-chips: fix changed after checked error when restoring focus to input (#​24243)
68a29ff1dd fix mdc-core: make mat-option typography easier to override (#​24247)
b79406fee8 fix mdc-form-field: Properly handle when defaults setting is 'dynamic' and the subscriptSizing input is not present. (#​24263)
38affc3d43 fix mdc-list: ensure selection change event fires properly (#​24174)
c199aa2544 fix mdc-list: incorrect active/hover color for selected items
1ce3e5e905 perf mdc-checkbox: reduce bundle size (#​24256)
152c60ba12 perf mdc-radio: reduce bundle size (#​24267)
02c8f2aa02 perf mdc-tabs: reduce bundle size (#​24262)
expansion-panel
Commit Type Description
4ec34b5400 fix title text not centered with taller description (#​12161)

Special Thanks

Amy Sorto, Andrew Seguin, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Ruslan Lekhman, Wagner Maciel, Zach Arend, Zack Elliott, coopermeitz and renovate[bot]

v13.1.3

Compare Source

cdk
Commit Type Description
109d5a150f fix a11y: not detecting fake mousedown on firefox (#​23493)
c48742eb4e fix table: revert breaking change of CdkTable constructor (#​24202)
material
Commit Type Description
70e0170b95 fix autocomplete: don't handle enter events with modifier keys (#​14717)
eae436fdab fix autocomplete: optionSelections not emitting when the list of options changes (#​14813)
402c07b3c7 fix autocomplete restore focus after emitting option selected event (#​18707)
761f9f25a8 fix card: handle picture element as mat-card-image (#​23678)
3565cfac59 fix core: make MatOption generic (#​20242)
f0272cf5eb fix core: throw error if hue does not exist (#​23612)
304afaef1d fix datepicker: add focus indication to calendar selected date in high contrast mode (#​22889)
805eee8d07 fix form-field: outline gap not recalculated when switching to empty label (#​23949)
feac08f138 fix input: inconsistently reading name from input with ngModel (#​19233)
439ad2c59d fix list: fix up disabled list item styles (#​18881)
4182717c57 fix menu: not interrupting keyboard events to other overlays (#​23310)
a4f655856e fix paginator: allow readonly options (#​24054)
966b2c52b7 fix progress-bar: unable to change value through property setter (#​19025)
462cb6d713 fix progress-spinner: animation not working on some zoom levels in Safari (#​23674)
94d466235a fix select component value not in sync with control value on init (#​18443)
ce9d8caa1f fix sidenav: end position sidenav tab order not matching visual order (#​18101)
cb0a2ad940 fix sidenav implicit content element being registered twice with scroll dispatcher (#​13973)
7be61b6357 fix slider: avoid error on some touchstart events (#​23823)
81528bc6a1 fix slider: first keypress ignored if out-of-bounds value is assigned (#​23827)
64dd8ed8b5 fix slider: incorrectly inheriting color when nested inside component with theme (#​21334)
99e77829cc fix snack-bar: handle long single-line content (#​24135)
ad21ee20ae fix table not clearing some internal references on destroy (#​16051)
9752b1d18f fix table: better handling of invalid data (#​18953)
e01e579a49 fix tooltip: not closing if escape is pressed while trigger isn't focused (#​14434)
4972dc5585 perf button: do not run change detection when the anchor is clicked (#​23992)
material-experimental
Commit Type Description
fe39b55f93 fix mdc-checkbox: emitting fallback values for density CSS variables (#​24184)
0ab3dce58a fix mdc-snack-bar: avoid hard reference to base components and align API (#​21425)

Special Thanks

Andrew Seguin, Artur Androsovych, Jeri Peier, Joey Perrott, Kristiyan Kostadinov, Paul Gschwendtner and Ruslan Lekhman

v13.1.2

Compare Source

cdk
Commit Type Description
37898c3c1 fix overlay: fix positioning when zooming in Safari (#​24160)
af1882311 fix schematics: remove file extensions in tilde migration (#​24169)
db5d8cea2 fix table: Measure column width for sticky columns after new data has rendered. (#​23885)
7705cae78 fix text-field: handle undefined placeholder (#​24159)
material
Commit Type Description
69753d711 fix core: disable strong focus indicators in high contrast mode (#​24120)
0631976ca fix core: move pseudo-checkbox module to same directory (#​24132)
c6f7b9468 fix datepicker: fix duplicate nav stop with Voiceover (#​24085)
2ca59f8a6 fix stepper: icon not centered in header if direction changes (#​24131)
material-experimental
Commit Type Description
a7d97d618 fix mdc-button: incorrect metadata for fab anchor (#​24179)
ae9f3d5f5 fix mdc-checkbox: switch to non-deprecated styles (#​23218)
2f668888f fix mdc-dialog: remove extra outline in high contrast mode (#​24140)
12f427cdc fix mdc-list: export missing harness symbols (#​24175)
eb508be13 fix mdc-select: change max height to show scrollability (#​24129)
997589dd8 fix mdc-slide-toggle: remove aria-required rather than setting to false (#​24105)
be21308bb fix mdc-slider: keep value indicator within bounds (#​24167)
multiple
Commit Type Description
32f33c6dc fix correct tooltip and table MDC style import paths (#​24077)

Special Thanks

Andrew Seguin, Jeremy Elbourn, Jeri Peier, Karl Seamon, Kristiyan Kostadinov, Lukas Spirig, Miles Malerba, Paul Gschwendtner, Pei Wang, Wagner Maciel, Zach Arend and batnyu

v13.1.1

Compare Source

material
Commit Type Description
0629a2c1b3 fix schematics: don't replace variables contained within the names of other variables in theming API migration (#​24021)
6ce89aa0a5 fix stepper: assistive technology reading out stepper icon (#​24025)
[655b41ab0f](https://togithub.com/angular/components/commit/655b41ab0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 6e94d60 to e68cca4 Compare February 9, 2021 12:58
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.1.1 Update angularmaterial monorepo to v11.1.2 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from e68cca4 to 81e17b2 Compare February 10, 2021 15:47
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.1.2 Update angularmaterial monorepo to v11.2.0 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 81e17b2 to b0bd2c8 Compare February 17, 2021 22:34
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.0 Update angularmaterial monorepo to v11.2.1 Feb 17, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from b0bd2c8 to 1b10e9f Compare February 25, 2021 00:02
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.1 Update angularmaterial monorepo to v11.2.2 Feb 25, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 1b10e9f to 82983b9 Compare March 3, 2021 22:34
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.2 Update angularmaterial monorepo to v11.2.3 Mar 3, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 82983b9 to 7267e3a Compare March 10, 2021 20:50
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.3 Update angularmaterial monorepo to v11.2.4 Mar 10, 2021
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.4 Update angularmaterial monorepo to v11.2.5 Mar 17, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch 2 times, most recently from 842ffaf to cd4c7d9 Compare March 24, 2021 18:46
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.5 Update angularmaterial monorepo to v11.2.6 Mar 24, 2021
@sonarcloud
Copy link

sonarcloud bot commented Mar 24, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.6 Update angularmaterial monorepo to v11.2.10 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from cd4c7d9 to 54e7696 Compare April 26, 2021 14:55
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 54e7696 to e659c3a Compare May 9, 2021 22:55
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.10 Update angularmaterial monorepo to v11.2.12 May 9, 2021
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.12 Update angularmaterial monorepo to v11.2.12 - autoclosed May 31, 2021
@renovate renovate bot closed this May 31, 2021
@renovate renovate bot deleted the renovate/angularmaterial-monorepo branch May 31, 2021 17:03
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.12 - autoclosed Update angularmaterial monorepo to v11.2.12 Jun 3, 2021
@renovate renovate bot restored the renovate/angularmaterial-monorepo branch June 3, 2021 19:07
@renovate renovate bot reopened this Jun 3, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from e659c3a to 442f64e Compare June 3, 2021 19:08
@renovate renovate bot changed the title Update angularmaterial monorepo to v11.2.12 Update angularmaterial monorepo to v12.0.3 Jun 3, 2021
@renovate renovate bot changed the title Update angularmaterial monorepo to v12.0.3 Update angularmaterial monorepo to v12.0.4 Jun 9, 2021
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v12.2.12 fix(deps): update angularmaterial monorepo to v13.0.1 Nov 11, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 41663c0 to 5cb5929 Compare November 17, 2021 23:07
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.0.1 fix(deps): update angularmaterial monorepo to v13.0.2 Nov 17, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 5cb5929 to c2b7711 Compare December 1, 2021 15:55
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.0.2 fix(deps): update angularmaterial monorepo to v13.0.3 Dec 1, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from c2b7711 to 3b02d11 Compare December 8, 2021 20:58
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.0.3 fix(deps): update angularmaterial monorepo to v13.0.4 Dec 8, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 3b02d11 to 6439e11 Compare December 9, 2021 00:22
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.0.4 fix(deps): update angularmaterial monorepo to v13.1.0 Dec 9, 2021
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.1.0 fix(deps): update angularmaterial monorepo to v13.1.1 Dec 16, 2021
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 6439e11 to e7c5dc5 Compare December 16, 2021 01:04
@sonarcloud
Copy link

sonarcloud bot commented Dec 16, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from e7c5dc5 to c3797c5 Compare March 7, 2022 13:58
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.1.1 fix(deps): update angularmaterial monorepo to v13.2.5 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from c3797c5 to 1e8254b Compare March 26, 2022 12:06
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.2.5 fix(deps): update angularmaterial monorepo to v13.3.1 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 1e8254b to 54197db Compare April 25, 2022 01:30
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.3.1 fix(deps): update angularmaterial monorepo to v13.3.4 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 54197db to 9a34eaa Compare May 16, 2022 02:37
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.3.4 fix(deps): update angularmaterial monorepo to v13.3.7 May 16, 2022
@sonarcloud
Copy link

sonarcloud bot commented May 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 9a34eaa to 00ba778 Compare June 18, 2022 23:12
@renovate renovate bot changed the title fix(deps): update angularmaterial monorepo to v13.3.7 fix(deps): update angularmaterial monorepo to v13.3.9 Jun 18, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jun 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from 00ba778 to fc1b94f Compare September 25, 2022 18:16
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/angularmaterial-monorepo branch from fc1b94f to e9ce745 Compare November 20, 2022 13:46
@sonarcloud
Copy link

sonarcloud bot commented Nov 20, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants